func github.com/andybalholm/brotli.hash5

5 uses

	github.com/andybalholm/brotli (current package)
		compress_fragment.go#L21: func hash5(p []byte, shift uint) uint32 {
		compress_fragment.go#L559: 		for next_hash = hash5(in[ip:], shift); ; {
		compress_fragment.go#L586: 				assert(hash == hash5(in[next_ip:], shift))
		compress_fragment.go#L593: 				next_hash = hash5(in[next_ip:], shift)
		compress_fragment.go#L716: 			next_hash = hash5(in[ip:], shift)